add All Admin Key
open fun addAllAdminKey(values: Iterable<out ByteString>): ConfigProtos.Config.SecurityConfig.Builder
The public key authorized to send admin messages to this node.
Content copied to clipboard
repeated bytes admin_key = 3;
Return
This builder for chaining.
Parameters
values
The adminKey to add.